'Declaration Public Function GetPageAsync( _ ByVal eTag As Guid, _ ByVal startingIndex As Integer, _ ByVal count As Integer, _ Optional ByVal sortDescriptions As IReadOnlyList(Of SortDescription), _ Optional ByVal filterExpression As FilterExpression _ ) As Task(Of PageResult(Of T))
public Task<PageResult<T>> GetPageAsync( Guid eTag, int startingIndex, int count, IReadOnlyList<SortDescription> sortDescriptions, FilterExpression filterExpression )
Parameters
- eTag
- The token that determines whether the calling collection is syncrhonized.
- startingIndex
- The starting index in the collection.
- count
- The desired number of items to be returned.
- sortDescriptions
- The sorting descriptions.
- filterExpression
- The filter expression.